home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / VISCAFE.BIN / ImageViewer.desc < prev    next >
Encoding:
Text File  |  1997-06-19  |  837 b   |  20 lines

  1. ; symantec.itools.multimedia.ImageViewer component description
  2.  
  3. CLASS=symantec.itools.multimedia.ImageViewer
  4.  
  5. SMALLICON=components\ImageViewer.ico, "0"
  6. ICONSUITE=Icons, "141"
  7.  
  8. FOLDER=Multimedia
  9. TOOLBAR=Multimedia
  10.  
  11. PROPERTY=Boolean, "Center Mode", "CenterMode", "true"
  12. PROPERTY=URL, "URL", "URL", "", "Image Files(*.jpg;*.gif)"
  13.  
  14. CONNECTION=input,"RelativeURL","", "%name%.setURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative image to view"
  15. CONNECTION=input,  "URL",   "", "%name%.setURL(%arg%);",     "Set the image to view as a URL"
  16. CONNECTION=output, "URL",   "", "%name%.getURL()",         "Get the image being viewed"
  17. CONNECTION=input, "String", "", "%name%.setFileName(%arg%);",    "Set the image to view as a String"
  18. CONNECTION=output,"String", "", "%name%.getFileName()",        "Get the image being viewed"
  19.  
  20.